Coordinate Axes
QuickDraw 3D provides constants for the three coordinate axes in a Cartesian coordinate system.
typedef enum TQ3Axis { kQ3AxisX, kQ3AxisY, kQ3AxisZ } TQ3Axis;Constant descriptions
kQ3AxisX
- The x axis.
kQ3AxisY
- The y axis.
kQ3AxisZ
- The z axis.